Laravel save quielty

38

$user = User::findOrFail(1);
 
$user->name = 'Victoria Faith';
 
$user->saveQuietly();

Comments

Submit
0 Comments